home *** CD-ROM | disk | FTP | other *** search
- /*
- * $VER: PREFS.MENU 4.0039 (22-Mai-95)
- */
-
- VERSIONCHECK 40000 "PREFS.MENU"
-
-
- MENU "Einstellungen"
-
- ITEM "Globale Einstellungen ..." "-"
- GPREFS ;
-
- ITEM "Einstellungen ..." "+"
- PREFS ;
-
- ITEM "Modul-Einstellungen ..." "\\"
- MODULEPREFS;
-
- ITEM "Font ..." ""
- GETFONT;
-
- ITEMBAR
-
- ITEM "Zeige Konfiguration ..." ""
- GETFILE _CONFIGPATH "#?.config"
- NEWED ""
- WINDOW 0 0 0 0
- OPEN _RS ;
-
-